Exec Mode Show Commands (M-P)


Exec Mode Show Commands (M-P)
 
 
This section includes the commands show m3ua statistics through show profile-id-qci-mapping.
 
show mag-service
Displays statistic and counter information for Mobile Access Gateway (MAG) services on this system.
Product
HSGW, S-GW
Privilege
Inspector
Syntax
show mag-service { all | name service_name | session [ all | callid id | counters | full | ip-address home_ip_address | msid id | summary | username name ] | statistics [ name service_name ] } [ | { grep grep_options | more } ]
all
Displays information for all configured MAG services on this system.
name service_name
Displays configuration information for a specific MAG service configured on this system.
service_name must be an existing MAG service from 1 to 63 alphanumeric characters.
session [ all | callid id | counters | full | ip-address home_ip_address | msid id | summary | username name ]
all: Displays all active MAG sessions using MAG services on the system.
callid id: Displays available session information for the specific call identification number.
id must be an 8-digit hexadecimal number.
counters: Displays counters for all MAG services on the system.This keyword can also be filtered by the following:
Refer to the keyword descriptions in this command for information regarding these filters.
full: Displays additional session information for all active MAG sessions using MAG services on the system. This keyword includes the information in the output of the all keyword plus additional information. This keyword can also be filtered by the following:
Refer to the keyword descriptions in this command for information regarding these filters.
ip-address home_ip_address: Displays available session information for a specific home IP address of a subscriber in a service session.
home_ip_address must be followed by an IP address expressed in IPv4 dotteddecimal or IPv6 colon-separated notation.
msid id: Displays available information for a specific mobile station identification number or group of numbers based on wildcard entry.
id must be a valid MSID number and can be a sequence of characters and/or wildcard characters ('$' and/or '*'). The * wildcard matches multiple characters and the $ wildcard matches a single character. If you do not want the wildcard characters interpreted as wildcard enclose them in single quotes ( ‘). For example: ‘$’.
summary: Displays the number of MAG sessions currently active for MAG services configured on the system.
username name: Displays available session information for a specific user in a service session.
name must be followed by an existing user name from 1 to 127 alphanumeric characters.
statistics [ name service_name ]
name service_name: Displays MAG service statistics for a specific MAG service.
service_name must be an existing MAG service from 1 to 63 alphanumeric characters.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified.
A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section of Chapter 1 of the Command Line Interface Reference Guide.
Usage
Use this command to view configuration information for MAG services on this system.
Example
The following command displays service statistics for the MAG service named mag1:
show mag-service name mag1
 
show map-service
Displays information configured for the Mobile Application Part (MAP) services, including MAP service features and operational configuration. Also includes some related configuration information for the HLR and EIR configuration parameters.
Product
SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show map-service [ all | name srvc_name ] [ | { grep grep_options | more } ]
name srvc_name
srvc_name: must be a string of 1 to 63 alphanumeric characters that identifies an existing MAP service.
| grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to display all MAP service or the statistics for a particular MAP service.
Example
The following command displays configuration information for the MAP service named map-svc-1:
show map-service name map-srvc-1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show map statistics
Displays Mobile Application Part (MAP) statistics.
Product
SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show map statistics [ name srvc_name [ | { grep grep_options | more } ]
name srvc_name
srvc_name: must be a string of 1 to 63 alphanumeric characters that identifies an existing MAP service.
| grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to display all MAP statistics or the statistics for a particular MAP service.
Example
The following command displays statistics for the MAP service named map-svc-1:
show map statistics name map-svc-1
The following command displays combined statistics for all MAP services in the current context:
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show maximum-temperatures
Shows the maximum temperature reached by each card since the last temperature timestamp reset.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show maximum-temperatures [ verbose] [ | { grep grep_options | more } ]
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
verbose
Indicates that the output is to contain detailed information.
Usage
Verify the maximum temperature reached by components in the chassis since the indicated timestamp.
note_smallImportant: This command is not supported on all platforms.
Example
show maximum-temperatures
show maximum-tempteratures verbose
 
show mbms bearer-service
Displays configuration information for bearer services configured for the multimedia broadcast multicast service (MBMS) running on this system.
Product
GGSN, SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show mbms bearer-service [ all | apn apn_name mcast-addr ip_address | service-type { broadcast | multicast } | full | instance instance_id | summary ] + [ | { grep grep_options | more } ]
all
Displays information on all bearer services configured on the system.
apn apn_name mcast-addr ip_address
Displays bearer service information of the MBMS for a specific Access Point Name (APN). apn_name bind to given BM-SC (Broadcast Multicast - Service Center) server address ip_address.
apn_name is the name of the APN and can be from 1 to 62 alphanumeric characters and is case sensitive.
ip_address is the IP address of the BM-SC server in IPv4 dotted-decimal notation bind to the APN.
service-type { broadcast | multicast }
Displays information for a specific type of service for MBMS.
broadcast: Specifies the MBMS service type as broadcast only.
multicast: Specifies the MBMS service type as multicast only.
full
Displays full information for specific or all instances of bearer service in MBMS feature on system.
instance instance_id
Displays session information filtered for specific instances of bearer service in MBMS feature on system.
instance_id is the indicator for a bearer service running as an MBMS session and must be an integer from 1 through 64.
summary
Displays summary information for specific or all instances of a bearer service.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more options, refer to the Regulating a Command’s Output section of the Command Line Interface Reference.
Usage
Use this command to verify the configuration of one or all bearer services and active instances of bearer services under MBMS. It is also useful for monitoring or troubleshooting purposes.
If this command is executed from within the local context with the all keyword, information for all bearer service instances running under MBMS will be displayed.
Example
The following command displays configuration information for all bearer service instances running on system:
show mbms bearer-service full all
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show mipfa
Displays information for specified Mobile IP Foreign Agent (MIP-FA) calls.
Product
PDSN, GGSN, ASN-GW
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show mipfa { [ [ counters | full | summary ] { all | callid call_id | msid ms_id | peer-address [ operator ] peer_address | reverse-tunnel { on | off } | username user_name } | statistics [ fa-service fa_name | peer-address [ peer_address | greater-than peer_address | less-than peer_address | > peer_address | < peer_address ] } ] | peers fa-service service_name [ current-sessions { { > | greater-than } sessions [ < sessions ] | { < | less-than } sessions [ > sessions ] | sessions } ] [ peer-address address ] } [ | { grep grep_options | more } ]
counters | full | summary
Default: concise output.
counters: indicates the output is to include the statistic counters.
full: indicates detailed information is to be displayed.
summary: indicates only summary information is to be displayed.
These options are not available in conjunction with the statistics keyword.
all | callid call_id | msid ms_id | peer-address peer_ip_address | reverse-tunnel { on | off } | username user_name
all: indicates all available information is to be displayed.
callid call_id: indicates the information only for calls with Id call_id are to be displayed. call_id must be specified as a 4-byte hexadecimal number.
msid ms_id: specifies a mobile subscriber ID only for which information is to be displayed. ms_id must be from 7 to 16 digits specified as an IMSI, MIN, or RMI and/or characters $ and * for wildcard filter.
show mipha msid 01234567$$
will show any subscriber with an MSID that matches the upper 8 digits of the supplied MSID, such as 01234567 and any two digits at the remaining two places.
peer-address peer_ip_address: specifies the peer IP address for which MIP call information is to be displayed. peer_ip_address must be specified using IPv4 dotted-decimal notation.
reverse-tunnel { on | off }: specifies either the on or off reverse IP tunnel information is to be displayed.
username user_name: specifies the user for which MIP call information is to be displayed where the user is specified as user_name.
user_name must be a sequence of alphanumeric characters which may include wildcard characters ($ and *) for wildcard matching with a string length of 1 to 127 characters.
statistics [ fa-service fa_name | peer-address [ peer_address | greater-than peer_address | less-than peer_address | > peer_address | < peer_address ]
Indicates the statistics information is to be displayed for foreign agent service specified as fa_name or for the peer specified by the address peer_address.
fa-service fa_name : indicates statistical information for the peer specified is to be displayed. fa_name must be from 1 to 63 alphanumeric characters.
peer-address peer_address :indicates the statistic information for the peer specified is to be displayed. peer_address must be specified using IPv4 dotted-decimal notation.
greater-than peer_address: Specifies the range of IPv4 addresses greater than peer_address.
less-than peer_address: Specifies the range of IPv4 addresses less than peer_address.
> peer_address: Specifies the range of IPv4 addresses greater than peer_address.
< peer_address: Specifies the range of IPv4 addresses less than peer_address.
peer-address [ operator ] peer_address
In conjunction with mipfa [ summary ] peer-address keyword, indicates a range of peers is to be displayed.
peer-address [ operator ] peer_address must be specified using IPv4 dotted-decimal notation.
operator implies how to logically specify a range of peer-address and it must be one of the following:
<: IP address less than to specified peer_address
>: IP address less than to specified peer_address
greater-than: IP address less than to specified peer_address
less-than: IP address less than to specified peer_address
peers fa-service service_name [ current-sessions { { > | greater-than } sessions [ < sessions ] | { < | less-than } sessions [ > sessions ] | sessions } ] [ peer-address address ]
Displays peer servers for the specified FA service.
fa-service service_name: Specifies the name of the FA service for which the associated peer servers are to be dispalyed. service_name must be an existing FA service and be from 1 to 63 alphanumeric characters.
current-sessions: Displays only peer servers with current sessions meeting the following criteria:
> | greater-than sessions: Displays only peer servers currently running sessions higher than the value entered in this parameter. sessions must be an integer from 1 to 3000000. Note: the keyword “greater-than” and the “>” symbol are interchangeable in this instance of the command.
< sessions: Displays only peer servers that are currently running sessions higher than the greater-than peramter but less than the value entered in this parameter. sessions must be an integer from 1 to 3000000.
< | less-than sessions: Displays only peer servers currently running sessions lower than the value entered in this parameter. sessions must be an integer from 1 to 3000000. Note: the keyword “less-than” and the “<” symbol are interchangeable in this instance of the command.
> sessions: Displays only peer servers that are currently running sessions lower than the less-than peramter but more than the value entered in this parameter. sessions must be an integer from 1 to 3000000.
sessions: Displays only peer servers currently running sessions that are equal to the value entered in this parameter. sessions must be an integer from 1 to 3000000.
peer-address address: Displays only peer servers matching the IP address entered in this parameter. address must be specified using IPv4 dotted-decimal notation and can be followed by the netmask of the address.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
View MIP foreign agent information to support troubleshooting subscriber issues by viewing call information and filtering on the subscriber information using various methods.
Example
The following displays the call information for all mobile IP FA calls and statistics for fa1, respectively:
show mipfa all
The following command displays the statistics for the foreign agent service fa1:
show mipfa statistics fa-service fa1
The following commands displays call information for user user6@aaa in full detail and in summary:
show mipfa full username user6@aaa
show mipfa summary username user1
The following displays MIP FA call information for calls from mobile subscriber 4412345678 and peer address 1.2.3.4, respectively:
show mipfa msid 4412345678
show mipfa peer-address 1.2.3.4
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show mipha
Displays information for specified Mobile IP Home Agent (MIP-HA) calls.
Product
HA
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show mipha { [ [ counters | full | summary ] { all | callid call_id | imsi imsi_num | ip-address ip_addr | msid msid_num | peer-address [ operator ] peer_address | reverse-tunnel { on | off } | username user_name } | statistics [ ha-service ha_name | peer-address peer_address ] } ] | peers ha-service service_name [ current-sessions { { > | greater-than } sessions [ < sessions ] | { < | less-than } sessions [ > sessions ] | sessions } ] [ peer-address address ] } [ | { grep grep_options | more } ]
counters | full | summary
Default: concise output.
counters: indicates the output is to include the statistic counters.
full: indicates detailed information is to be displayed.
summary: indicates only summary information is to be displayed.
These options are not available in conjunction with the statistics keyword.
msid msid_num
Displays the subscriber with supplied MSID on HA.
msid msid_num: specifies a mobile subscriber ID for which information is to be displayed. ms_id must be from 7 to 16 hexadecimal digits specified as an IMSI, MIN, or RMI and /or characters $ and * for wildcard filtering.
If enforce imsi-min equivalence is enabled on the chasis and MIN or IMSI numbers are supplied, this keyword/ filter will show subscribers with a corresponding MSID (MIN or IMSI) whose lower 10 digits matches the lower 10 digits of the supplied MSID.
show mipha msid ABCD0123456789 or
show mipha msid 0123456789
will show any subscriber with a MSID that match the lower 10 digits of MSID supplied, such as 0123456789.
show mipha msid 01234567$$
will show any subscriber with a MSID that match the upper 8 digits of the supplied MSID, such as 01234567 and any two digits at the remaining two places.
all | callid call_id | imsi imsi_num | ip-address ip_addr | msid msid_num | peer-address [ operator ] peer_address | reverse-tunnel { on | off } | username user_name
all: indicates all available information is to be displayed.
callid call_id: indicates the information only for calls with Id call_id are to be displayed. call_id must be specified as a 4-byte hexadecimal number.
imsi imsi_num: Specifies an IMSI (international mobile subscriber ID) for which information is to be displayed. The IMSI is a 15-character field which identifies the subscriber’s home country and carrier.
ip-address ip_addr: Show statistics for a call that has the specified IP address assigned. ip_addr must be expressed in IPv4 dotted-decimal notation.
msid msid_num: Specifies a mobile subscriber ID only for which information is to be displayed. ms_id must be from 7 to 16 digits specified as an IMSI, MIN, or RMI.
peer-address peer_address: indicates the peer for which statistical information is to be displayed. peer-address peer_address must be specified using IPv4 dotted-decimal notation.
reverse-tunnel { on | off }: specifies either the on or off reverse IP tunnel information is to be displayed.
username user_name: indicates the user for which MIP call information is to be displayed where the user is specified as user_name.
user_name must be a sequence of alphanumeric characters including wildcard characters ($ and *) for wildcard matching with a string length of 1 to 127 characters.
peer-address [ operator ] peer_address
In conjunction with mipha [ summary ] peer-address keyword, indicates a range of peers is to be displayed.
peer_address must be specified using IPv4 dotted-decimal notation.
operator implies how to logically specify a range of peer-addresses and it must be one of the following:
<: IP address less than to specified peer_address
>: IP address less than to specified peer_address
greater-than: IP address less than to specified peer_address
less-than: IP address less than to specified peer_address
statistics [ ha-service ha_name | peer-address peer_address ]
Indicates that statistical information is to be displayed for the home agent service specified as ha_name or for the peer specified by the IP address peer_address.
ha-service ha_name: indicates that statistical information is to be displayed for the specified HA service. ha_name must be from 1 to 63 alphanumeric characters.
peer-address peer_address: indicates that statistical information is to be displayed for the specified peer. peer-address peer_address must be specified using IPv4 dotted-decimal notation.
peers ha-service service_name [ current-sessions { { > | greater-than } sessions [ < sessions ] | { < | less-than } sessions [ > sessions ] | sessions } ] [ peer-address address ]
Displays peer servers for the specified HA service.
ha-service service_name: Specifies the name of the HA service for which the associated peer servers are to be dispalyed. service_name must be an existing HA servicefrom 1 to 63 alphanumeric characters.
current-sessions: Displays only peer servers with current sessions meeting the following criteria:
> | greater-than sessions: Displays only peer servers currently running sessions higher than the value entered in this parameter. sessions must be an integer from 1 to 3000000. Note: the keyword “greater-than” and the “>” symbol are interchangeable in this instance of the command.
< sessions: Displays only peer servers that are currently running sessions higher than the greater-than perameter but less than the value entered in this parameter. sessions must be an integer from 1 to 3000000.
< | less-than sessions: Displays only peer servers currently running sessions lower than the value entered in this parameter. sessions must be an integer from 1 to 3000000. Note: the keyword “less-than” and the “<” symbol are interchangeable in this instance of the command.
> sessions: Displays only peer servers that are currently running sessions lower than the less-than peramter but more than the value entered in this parameter. sessions must be an integer from 1 to 3000000.
sessions: Displays only peer servers currently running sessions that are equal to the value entered in this parameter. sessions must be an integer from 1 to 3000000.
peer-address address: Displays only peer servers matching the IP address entered in this parameter. address must be specified using IPv4 dotted-decimal notation and can be followed by the netmask of the address.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
View MIP home agent information to support troubleshooting subscriber issues by viewing call information and filtering on the subscriber information using various methods.
Example
The following displays the call information for all mobile IP HA calls and statistics for ha1, respectively:
show mipha all
show mipha statistics ha-service ha1
The following commands displays call information for user isp1user1 in full detail and in summary:
show mipha full username isp1user1
show mipha summary username user1
The following displays MIP-HA call information for calls from mobile subscribers with reverse tunneling off and peer address 1.2.3.4, respectively:
show mipha reverse-tunnel off
show mipha peer-address 1.2.3.4
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show mipv6ha
Displays information for specified Mobile IPv6 Home Agent (MIPv6-HA) calls.
Product
PDSN, HA
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show mipv6ha [ all | callid callid | counters filter | full filter | ipv6-address ip_addr| statistics mipv6ha-service mipv6ha-service_name | summary filter | username user_name ]
all
Displays all information for mipv6ha calls.
callid call_id
Specifies the Call Identification number.
call_id must be an 8-digit hexadecimal number.
counters [ all | callid | ipv6-address | username ]
Displays the counters associated with the MIPv6-HA service. The following filters are available:
full [ all | callid | ipv6-address | username ]
Displays all available information for the associated display or filter keyword.
The following filters are available:
ipv6-address ip_addr
Displays information for subscribers connected via the packet control function for a specific or range of IPv6 addresses. The address must be specified using the IPv6 colon-separated notation.
statistics [ mipv6ha-service mipv6ha-service_name ]
Total of collected information for specific protocol since last restart or clear command.
This can be filtered according to a specified mipv6ha-service.
summary [ all | callid | ipv6-address | username ]
Displays summary information for defined sessions, based on defined parameters.
The following filters are available:
username user_name
Displays session information for a specific username.
Usage
View MIPv6 home agent information to support troubleshooting subscriber issues by viewing call information and filtering on the subscriber information using various methods.
Example
The following displays the call information for all mobile IPv6 HA calls and statistics for ha1, respectively:
show mipv6ha all
The following command displays call information for user mipv6hauser1 in full detail and in summary:
show mipv6ha full username mipv6hauser1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show mme-service
Displays configuration information for Mobility Management Entity (MME) services on this system.
Product
MME
Privilege
Inspector
Syntax
show mme-service { all | name svc_name } [ verbose ] [ | { grep grep_options | more } ]
all
Displays configuration information for all MME services configured on this system.
name service_name
Displays configuration information for a specific MME service configured on this system.
service_name must be an existing MME service from 1 to 63 alphanumeric characters.
verbose
This keyword displays comprehensive information of for a specific or set of arguments.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in the CLI Overview chapter of the Command Line Interface Reference.
Usage
Use this command to view configuration information for MME services on this system.
Example
The following command displays service statistics for the MME service named mme1:
show mme-service name mme1
note_smallImportant: Output descriptions for thses commands are available in the Statistics and Counters Reference.
 
show mme-service db record
This command displays the Mobile Management Entity (MME) database records for MME sessions grouped in session instances on this system and filtered with IMSI or GUTI as criteria.
Product
MME
Privilege
Inspector
Syntax
show mme-service db record { all | imsi imsi_identifier | callid call_id | guti plmn plmn_id group-id mme_grp_id code mme_code m-tmsi mtmsi_value
all
This keyword specifies the criteria to display all database records of a session instance used for MME service.
imsi imsi_identifier
This keyword specifies the filter criteria as International Mobile Subscriber Identity (IMSI) imsi_identifier to display the database records of a session instance.
imsi_identifier is a 15-character IMSI field which identifies the subscriber’s home country and carrier. Wildcard characters $ and * are allowed. The * wildcard matches multiple characters and the $ wildcard matches a single character. If you do not want the wildcard characters interpreted as a wildcard enclose them in single quotes ( ‘ ). For example; ‘$’.
callid call_id
This keyword specifies the filter criteria as call id call_id to display the database records of a session instance.
call_id must be specified as an 8-digit hexadecimal number.
guti plmn plmn_id group-id mme_grp_id code mme_code m-tmsi mtmsi_value
This set of keyword specifies the filter criteria as Globally Unique Temporary Identifier (GUTI) to display the database records for an MME service.
The GUTI is constructed from the GUMMEI and the M-TMSI where the GUMMEI is constructed from PLMN (MMC and MNC) plmn_id and the MME Identifier is constructed from an MME Group ID (MMEGI) mme_grp_id and an MME Code (MMEC) mme_code.
Within the MME, the mobile is identified by the M-TMSI mtmsi_value.
A GUTI has: 1) a unique identity for the MME which allocated the GUTI; and 2) the unique identity of the UE within the MME that allocated the GUTI.
Within the MME, the mobile is identified by the M-TMSI. The Globally Unique MME Identifier (GUMMEI) is constructed from public land mobile network id (PLMN) which constructed with MCC and MNC. The MME Identifier (MMEI) is constructed from an MME Group ID (MMEGI) and an MME Code (MMEC).
In other words The GUTI is constructed from the GUMMEI and the M-TMSI.
Usage
Use this command to view database records for all or a particular instance of session manager for MME services on this system with IMSI or GUTI as a filter criteria.
Example
The following command displays the summary database records of a session instance for a subscriber having IMSI as 123455432112345 in the MME service:
show mme-service db record imsi 123455432112345
note_smallImportant: Output descriptions for these commands are available in the Statistics and Counters Reference.
 
show mme-service db statistics
This command displays the Mobile Management Entyity (MME) database statistics for all or specific MME sessions on this system.
Product
MME
Privilege
Inspector
Syntax
show mme-service db statistics [ instance smgr_instance ]
instance smgr_instance
This keyword specifies that MME database statistics are to be displayed for a specific instance of a session manager running the MME service.
smgr_instance must be specified as an instance ID in the range 0 through 4294967295. If an instance is not specified, summary statistics are displayed.
Usage
Use this command to view database statistics for all or a particular instance of session manager for MME services on this system.
Example
The following command displays summary database statistics for the MME service running on a system:
show mme-service db statistics
note_smallImportant: Output descriptions for these commands are available in the Statistics and Counters Reference.
 
show mme-service enodeb-association
Displays configuration information for an eNodeB within an MME service.
Product
MME
Privilege
Inspector
Syntax
show mme-service enodeb-association [ summary | full ] [ all | mme-service-name mme_svc_name | peer-address peer_ip_address | peer-id peer_identifier ] [ verbose ] [ | { grep grep_options | more } ]
summary
This keyword displays summarized output for this command.
full
This keyword displays detailed output for this command.
all
This keyword displays information of all eNodeBs associated with MME services on this system.
mme-service-name mme_svc_name
Displays summarized or detailed configuration information for eNodeBs associated with sa pecific MME service mme_svc_name configured on this system.
mme_svc_name must be an existing MME service on system.
peer-address peer_ip_address
Displays summarized or detailed configuration information of eNodeBs associated with specific MME peer address peer_ip_address configured with an MME service on this system.
peer_ip_address must be a configured peer MME IP address expressed in IPv4 dotted-decimal or IPv6 colon-separated notation with an existing MME service on this system.
peer-id peer_identifier
Displays summarized or detailed configuration information for eNodeBs associated with a specific MME peer id peer_identifier configured with an MME service on this system.
peer_identifier must be a configured peer MME Identifier between 1 through 4294967295 within an existing MME service on this system.
verbose
This keyword displays comprehensive information for a specific or set of arguments.
| { grep grep_options | more }
This argument searches the output of the root command and selects the lines matching one or more patterns/options. The types of patterns are controlled by the options specified with grep_options.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in the CLI Overview chapter of the Command Line Interface Reference.
Usage
Use this command to view configuration information of eNodeBs associated with an MME service on this system.
Example
The following command displays detailed service statistics for associated eNodeBs within the MME service named mme1:
show mme-service enodeb-association full mme-service-name mme1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show mme-service session
Displays session information for Mobile Management Entity (MME) service(s) running on a peer or local system.
Product
MME
Privilege
Inspector
Syntax
show mme-service session [ summary | full | counters ] [ all | call-id call_identifier | imei imei_id | imsi imsi_id | mme-service service_name | msisdn number | pdn-address pdn_ip_address | s1-peer s1_peer_ip_address | s11-peer s11_peer_ip_address | ue-ecm-state { connected | idle } ] [ verbose ] [ | { grep grep_options | more } ]
summary
This keyword displays summarized output for this command.
full
This keyword displays detailed output for this command.
counters
This keyword displays all counters for related events and messages for an MME session running on a system.
all
This keyword displays information for all MME sessions running on this system.
call-id call_identifier
Displays summarized or detailed configuration information for an MME session filtered by a call identifier within an MME service configured on this system.
call_identifier must be an existing call identity in 8-digit hexadecimal format running in an MME service on this system.
imei imei_id
Displays summarized or detailed configuration information about MME sessions running and filtered by an International Mobile Equipment Identification (IMEI) number within an MME service configured on this system.
imei_id must be an existing IMEI in an existing MME service on the system. imei_id must contain an 8-digit TAC (Type Allocation Code) and a 6-digit SNR (Serial Number).
imsi imsi_id
Displays summarized or detailed configuration information about MME sessions running and filtered by an International Mobile Subscriber Identity (IMSI) number within an MME service configured on this system.
imsi_id must be an existing IMSI in an existing MME service on the system. imsi_id is a 15-character IMSI field which identifies the subscriber’s home country and carrier.
Wildcard characters $ and * are allowed. The * wildcard matches multiple characters and the $ wildcard matches a single character. If you do not want the wildcard characters interpreted as a wildcard enclose them in single quotes ( ‘ ). For example; ‘$’.
mme-service service_name
Displays summarized or detailed configuration information about MME sessions running and filtered by an MME service name configured on this system.
service_name must be a configured MME service on the system and be from 1 to 63 alphanumeric characters.
msisdn number
Displays summarized or detailed configuration information about MME sessions running and filtered by a mobile subscriber ISDN.
number must be a combination of the CC (Country Code) and National (significant) mobile number, not exceeding 15 digits.
pdn-address pdn_ip_address
Displays summarized or detailed configuration information about MME sessions running and filtered by the IP address of a connected PDN(s) within an MME service configured on this system.
pdn_ip_address must be a configured IP address of a PDN expressed in IPv4 dotted-decimal or IPv6 colon-separated notation within an existing MME service on the system.
s1-peer s1_peer_ip_address
Displays summarized or detailed configuration information of MME session running and filtered by the IP address of a peer connected through an S1 interface within an MME service configured on this system.
s1_peer_ip_address must be a configured IP address of a peer on S1 interface expressed in IPv4 dotted-decimal or IPv6 colon-separated notation within an existing MME service on this system.
s11-peer s11_peer_ip_address
Displays summarized or detailed configuration information of MME session running and filtered by IP address of a peer connected through S11 interface with an MME service configured on this system.
s11_peer_ip_address must be a configured IP address of a peer on S11 interface expressed in IPv4 dotted-decimal or IPv6 colon-separated notation within an existing MME service on this system.
ue-ecm-state { connected | idle }
Displays summarized or detailed configuration information about MME sessions running and filtered by the UE’s EPS Connected Management (ECM) state.
connected: Specifies that summarized or detailed configuration information about MME sessions is to be displayed based on the UE ECM state of “connected”.
idle: Specifies that summarized or detailed configuration information about MME sessions is to be displayed based on the UE ECM state of “idle”.
verbose
This keyword displays the comprehensive information of specific or set of arguments.
| { grep grep_options | more }
This argument searches the output of the root command and selects the lines matching one or more patterns/options. The types of patterns are controlled by the options specified with grep_options.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in CLI Overview chapter of the Command Line Interface Reference.
Usage
Use this command to view information for MME sessions within MME services on this system.
Example
The following command displays detailed session statistics for an MME service running on this system:
show mme-service session full
note_smallImportant: Output descriptions for these commands are available in the Statistics and Counters Reference.
The following command displays detailed session counters for an MME service running on thissystem:
show mme-service session counters
 
show mme-service statistics
This command displays the service statistics of an MME service specified by various criteria.
Product
All
Privilege
Security Administrator, Administrator
Syntax
show mme-service statistics [ sctp [ mme-service mme_svc_name ] | s1ap [ mme-service mme_svc_name | peer-id peer_identifier ] | [ emm-only | esm-only ] [ mme-service mme_svc_name | peer-id peer_identifier ] | handover ] [ verbose ] [ | { grep grep_options | more } ]
emm-only
This keyword sets the filter criteria as MME service name or peer MME identifier to display all EPS mobility management (EMM) related statistics.
esm-only
This keyword sets the filter criteria as MME service name or peer MME identifier to display all EPS session management (ESM) related statistics.
s1ap
This keyword sets the filter criteria as MME service name of peer MME identifier to display all S1-AP statistics.
sctp
This keyword sets the filter criteria as MME service name of peer MME identifier to display all SCTP statistics.
mme-service mme_svc_name
This keyword sets the filter criteria as MME service name to display all type of statistics of an MME service; such as EMM, ESM, SCTP, S1-AP, and SCTP.
peer-id peer_identifier
This keyword sets the filter criteria as identifier of MME peer to display all service statistics of an MME service; such as EMM, ESM, SCTP, S1-AP, and SCTP.
handover
This keyword sets the filter criteria to display all handover statistics of an MME service; such as Intra-MME, EUTRAN<->EUTRAN via S10, EUTRAN<->UTRAN via GnGp, EUTRAN<->GERAN via GnGp, and EUTRAN<->UTRAN via S3.
verbose
This keyword displays the comprehensive information for a specific argument or set of arguments.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in the CLI Overview chapter of the Command Line Interface Reference.
Usage
This command is used to display the statistical information of an MME service based on various filter criteria as a local MME service or a peer MME related to EMM, ESM, SCTP, S1-AP, and SCTP.
Example
The following command displays the service session statistics of all MME service on a system related to all; such as EMM, ESM, SCTP, S1-AP, and SCTP:
show mme-service statistics
note_smallImportant: Output descriptions for these commands are available in the Statistics and Counters Reference.
The following command displays the service session statistics of all MME services on a system related to S1-AP:
show mme-service statistics s1ap
The following command displays the service session statistics of all MME services on a system related to EMM only:
show mme-service statistics emm-only
 
show mpls ldp
This command displays the Multiprotocol Label Switching (MPLS) Label Distribution Protocol (LDP) information.
Product
GGSN
Privilege
Security Administrator, Administrator
Syntax
show mpls ldp { bindings { ldp-id IPv4_add | local [ ldp-id | local | prefix | remote ] | prefix IPv4_addr | remote } | discovery | neighbor { detail | ldp-id } }
bindings
This keyword displays the MPLS LDP label bindings.
ldp-id
This keyword displays label values for a specific peer LDP ID.
local
This keyword displays locally assigned label values.
prefix
This keyword displays label values for a specific prefix.
remote
This keyword displays remotely assigned label values.
discovery
This keyword displays the MPLS LDP discovery information.
neighbor
This keyword displays the MPLS LDP peer information.
detail
This keyword displays the MPLS LDP peer information in details. The displayed information includes, Local LDP ID, Peer LDP ID, Transport address, State (for example, Established), Role (for example, Active), Uptime, Keepalive negotiated hold time, Proposed Local/Peer, Remaining Keepalive hold time, and Address advertised.
Usage
This command is used to display the statistical information for MPLS Label Distribution Protocol configuration. The information includes Prefix, LDP ID, Label, Nexthop, and Egress_if_index for all MPLS LDP Bindings configurations.
Example
The following command displays the complete MPLS LDP protocol related configurations:
show mpls ldp { discovery | { neighbor [ ldp-id 1.2.3.4 ] [ detail ] } | { bindings [ ldp-id 31.32.33.34 ] [ prefix 192.168.102.232 ] [ local ] [ remote ] }
note_smallImportant: Output descriptions for these commands are available in the Statistics and Counters Reference.
The following command displays the MPLS LDP discovery information, including, LDP Peer IDs, Hold time (in seconds), Proposed Local/Peer, and Remaining (time in seconds):
show mpls ldp discovery
The following command displays the remotely assigned label values in the MPLS LDP binding configuration:
show mpls ldp bindings remote
 
show mseg-config
This command displays Mobile Services Edge Gateway (MSEG) configuration information.
Product
MSEG
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show mseg-config all [ | { grep grep_options | more } ]
all
Displays all available MSEG configuration information.
grep grep_options | more
Specifies that output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.
Usage
Use this command to view MSEG configuration information.
 
show mseg-service
This command displays Mobile Services Edge Gateway (MSEG) service configuration information.
Product
MSEG
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show mseg-service { all | name mseg_service_name } [ | { grep grep_options | more } ]
all
Displays configuration information for all MSEG services.
name mseg_service_name
Displays configuration information for the specified MSEG service.
mseg_service_name must be the name of a configured MSEG service, and must be an alphanumeric string of 1 through 63 characters.
grep grep_options | more
Specifies that output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.
Usage
Use this command to view MSEG service configuration information.
Example
The following command displays configuration information for the MSEG service named standard:
show mseg-service name standard
 
show multicast-sessions
Displays information for multicast sessions defined by the specified keywords. Keywords described under Command Keywords below are base commands that display distinctive types of data. Keywords described under Filter Keywords are filters that modify or filter the output of the base commands. Not all filter keywords are available for all command keyword commands. Each command keyword lists the filter keywords that it accepts.
Product
PDSN, GGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show multicast-sessions [ command_keyword ] [ filter_keywords ] [ | { grep grep_options | more }
command_keyword
The following keywords are base commands that each have a distinct display output. Only one Command Keyword can entered on the command line.
debug-info { callid id | flowid id }
Displays internal call troubleshooting information for multicast sessions defined by the specified keywords.
callid id: Displays subscriber information for the call specified by id. The call ID must be specified as an 8-digit hexadecimal number.
flowid id: Displays information for a specifc BCMCS flow, defined by id. The flow ID must be a hexidecimal number.
full
Displays all available multicast session information. The following filter keywords are valid for this command:
active, all, callid, card-num, dormant, flowid, flowid-type, mcast-address, pcf, pdsn-service, grep, more
summary
Only displays a summary of multicast session information. The following commands are valid for this command:
active, all, callid, card-num, dormant, flowid, flowid-type, mcast-address, pcf, pdsn-service, grep, more
filter_keywords
The following keywords are filters that modify or filter the output of the Command Keywords. Not all filters are available for all Command Keywords. Multiple Filter Keywords can be entered on a command line.
When multiple Filter Keywords are specified, the output conforms to all of the Filter Keywords specifications.
active
Only display information for multicast sessions that are currently active.
all
If no keywords are specified before all, information for all multicast sessions is displayed. If keywords are specified before all, all information is displayed with no further options being allowed.
callid id
Displays multicast session information for the call specified by id. The call must be specified as an 8-digit hexadecimal number.
card-num card_num
The slot number of the processing card by which the subscriber session is processed. card_num is a slot number from 1 through 7 or 10 through 16.
dormant
Shows information for subscriber sessions that are dormant (not transmitting or receiving data).
flowid id
Displays information for a specific BCMCS flow, defined by id. The flow ID must be a hexadecimal number.
flowid-type [ flow | program ]
Displays information for multicast sessions according to the type of flow.
flow: Shows all multicast sessions for the flow ID type “flow”.
program: Shows all multicast sessions for the flow ID type “program”.
mcast-address ipv4_address
Show multicast sessions for a specific multicast address. Must be followed by the IP address of an interface, using IPv4 dotted-decimal notation.
pcf ipv4_address
Displays information for multicast sessions connected via the packet control function, defined by ipv4_address. The address must be specified using IPv4 dotted-decimal notation.
pdsn-service svc_name
Displays information for multicast session connected to the packet data service svc_name.The packet data service must have been previously configured.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
Please refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter for details on the usage of grep and more.
Usage
Use this command to view information about multicast sessions.
The output of this command may be considered for part of a periodic system auditing program by verifying active and dormant sessions.
Example
The following command displays the all broadcast-multicast sessions active in a context/system:
show multicast-sessions all
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show network-requested-pdp-context
Displays information for the specified network-requested packet data protocol (PDP) context.
Product
GGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show network-requested-pdp-context imsi imsi_value
imsi imsi_value
Specifies that information will be displayed for a particular International Mobile Subscriber Identity (IMSI). imsi_value is an integer value from 1 to 15 digits.
Usage
USe this command to display information pertaining to network-requested PDP contexts.
Example
The following command displays network-requested PDP context information for a subscriber with an IMSI of 123456789:
show network-requested-pdp-context imsi 123456789
 
show network-service-entity
Displays information regarding the network service entities (NSEs) in the network.
Product
SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show network-service-entity { consolidated-status | fr-config [ peer-nsei nsei] | ip-config [ nsvl { all | instance value } }
consolidated-status
Displays Network Service Virtual Connection (NSVC) status information for all network service entities in the network. This keyword is particularly useful for troubleshooting.
fr-config [ peer-nsei nsei]
Displays network service configurations for NSEs using Frame Relay configurations.
peer-nsei nsei including this optional keyword limits the display to a specific peer NSE identified with an integer of 0 to 65535.
ip-config [ nsvl { all | instance value }
Displays network service configurations for NSEs using IP configurations.
Including the nsvl keyword limits the display to all or a single (instance 0 to 3) network service virtual link.
Usage
Use this command to display NSE information pertaining to the NSVCs of the NSEs in the networks or NSEs configured for Frame Relay or IP.
Example
The following command displays the status of all the NSVCs for all the NSEs in the network.
show network-service-entity consolidated-status
 
show ntp
Displays the network timing protocol (NTP) associations and status.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show ntp { associations | status } [ address ip_address ] [ | { grep grep_options | more } ]
associations
associations: displays the current NTP server associations and related statistics.
status
status: displays the client permeates configured and the synchronization status.
address ip_address
address ip_address: the IP address of a specific NTP server/client in the current context. ip_address must be specified using IPv4 dotted-decimal notation.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
View network timing protocol information to troubleshooting system clock issues by displaying the associations and status of the local NTP client.
Example
The following displays the NTP associations and status, respectively.
show ntp associationsshow ntp status
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show nw-reachability server
Show the configuration for the network reachability servers for the current context.
Product
HA
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show nw-reachability server { all | name server_name }
all
Show configuration information for all network reachability servers in the current context.
name server_name
Show configuration information for the network reachability server with the specified name.
server_name is the name of a previously configured reachability server and must be a string from 1 through 15 characters.
Usage
Use this command to display configuration information on network reachability servers configured in the current context.
Example
The following command displays information on all network reachability servers in the current context:
show nw-reachability server all
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show operator-policy
This command displays the information configured for an operator policy.
Product
MME, S-GW
SGSN
Privilege
Inspector
Syntax
show operator-policy { all | full { all | name op_policy_name } | name op_policy_name } [ | { grep grep_options | more } ]
all
Displays a list of all operator policies configured on the system.
full { all | name op_policy_name }
full:Displays a full set of available information for the specified operator policy (policies).
all: Displays a full set of available information for all operator policies configured on the system.
name op_policy_name: Displays a full set of available information for a specific operator policy configured on the system. op_policy_name must be an existing operator policy from 1 to 64 alphanumeric characters.
name op_policy_name
Displays information for a specific operator policy. op_policy_name must be an existing operator policy from 1 to 64 alphanumeric characters.
| grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.
Usage
Use this command to display information for operator policies configured on the system. Operator policies are configured through the Global Configuration Mode and in the Operator Policy Configuration Mode. For more information regarding operator policy commands, refer to the Operator Policy Configuration Mode Commands chapter.
Example
The following command displays all available information for an operator policy named policy-5:
show operator-policy full name policy-5
show orbem
Displays information and statistics for the Object Request Broker Element Manager (ORBEM) interface in the current context.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show orbem { client { id client_name | table } | event-notif-service filters | session { id session_name | table } | status } [ | { grep grep_options | more } ]
client { id client_name | table }
Indicates the Common Object Request Broker Architecture (CORBA) client information is to be displayed. The keyword table is used to output to the display information on all configured clients. The keyword id is used to specify a specific client for which information is to be displayed specified as client_name.
client_name must refer to an existing client which is found using the table keyword option.
event-notif-service filters
Displays information pertaining to filters configured for the ORB Notification Service.
session { id session_name | table }
Indicates session information is to be displayed. The keyword table is used to output to the display information on all configured clients. The keyword id is used to specify a specific session for which information is to be displayed specified as session_name.
session_name must refer to an existing session which is found using the table keyword option.
status
Indicates that the ORBEM server status information is to be displayed.
grep grep_options | more
Indicates that the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Display current sessions when ORBEM system response may appear sluggish. This command is also useful in periodic verification of the server status.
Example
The following commands will display the information for all clients.
show orbem client table
The following commands display the information for the clientName and sessionID, respectively:
show orbem client id clientName
show orbem session id sessionId
The following command displays the ORBEM server status:
show orbem status
The following command displays the information for all sessions:
show orbem session table
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show patch-progress
This command displays the status of the on-going software patch installation.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show patch-progress
Usage
Use this command to show the status of an on-going software patch installation.
note_smallImportant: Software Patch Upgrades are not supported in this release.
 
show pcc-af service
This command displays the statistical and configuration information of configured Policy and Charging Control- Application Function (PCC-AF) services configured in a context.
Product
IPCF
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show pcc-af service [ statistics ] { all | name pcc_af_svc_name | summary } [ | { grep grep_options | more } ]
all
all: indicates information is to be displayed for all configured PCC-AF services.
name pcc_af_svc_name
Indicates information only for the PCC-AF service specified with pcc_af_svc_name is displayed.
pcc_af_svc_name must be the name of an existing PCC-AF service in the current context from 1 to 79 alphanumeric characters.
statistics
This optional keyword displays the statistical information for a specific service or all PCC-AF services configured in a context.
summary
This keyword displays the summarized output of this command.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in CLI Overview chapter of the Command Line Interface Reference.
Usage
Use this command to display the statistical and configuration information of configured PCC-AF services configured in a context.
Display can further be filtered for specific PCC-AF service name or summarized output of the command.
Example
The following command displays the information for the PCC-AF service named pccApp1 in summarized output:
show pcc-af service name pccApp1 summary
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show pcc-af session
This command displays the active/dormant session information about Policy and Charging Control- Application Function (PCC-AF) service instances configured and running on this system based on different filter criteria.
Product
IPCF
Privilege
Inspector
Syntax
show pcc-af sessions [ full | summary] [ all ] [ apn | call-id call_id | ip-address pcc_af_ip_address | service pcc_af_svc_name | sipuri sip_uri ] ] [ | { grep grep_options | more } ]
full
This keyword is used to display the full information of specific registered IP Connectivity Access Network (IP-CAN) session(s) on a PCC-AF service instance running on system. Display can be filtered based on given filtering criteria.
summary
This keyword is used to display the summarized information of specific registered IP-CAN session(s) on a PCC-AF service instance running on system. Display can be filtered based on given filtering criteria.
all
This keyword is used to display the summarized or full information of all registered IP-CAN session(s) on a PCC-AF service instance running on system. Display can be filtered based on given filtering criteria.
apn apn_name
Displays information for PCC-AF service sessions connected via the APN, defined by apn_name. The APN must have been previously configured.
apn_name is name of a pre-configured APN at the Policy and Charging Enforcement Function (PCEF).
ip-address pcc_af_ip_address
This keyword is used to filter the full or summarized session statistics display of IP-CAN session(s) based on the registered PCC-AF server IP address pcc_af_ip_address on a PCC-AF service instance.
pcc_af_ip_address is an IP address expressed in IPv4 dptted-decimal or IPv6 colon-separated notation.
call-id call_id
This keyword is used to filter the full or summarized session statistics display of IP-CAN session(s) based on the registered call id as call_id on a PCC-AF service instance.
call_id must be an existing call identifier for the IP-CAN session subscriber in 8-digit hexadecimal format.
pcc-af-service pcc_af_svc_name
This keyword is used to filter the session statistics display of registered IP-CAN session(s) based on the PCC-AF service name pcc_af_svc_name configured and running on this system.
pcc_af_svc_name must be an existing PCC-AF service from 1 to 63 alphanumeric characters.
sipuri sip_uri
This keyword is used to display the summarized or full information of IP-CAN session(s) based on the SIP-URI as sip_uri on a PCC-AF service instance.
sip_uri is the Session Initiation Protocol (SIP) addressing schema to call another person. The SIP URI resembles an e-mail address and is written in the SIP URI format as sip:x@y:Port format, where x=Username and y=host (domain or IP)
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in Command Line Interface Overview chapter of the Command Line Interface Reference.
Usage
Use this command to view the session statistics of all or specific registered IP-CAN session(s) or in selected part of user session for PCC-AF services configured and running on this system.
Example
The following command displays the summarized session statistics for all registered IP-CAN sessions on the PCC-AF service named pccAF1:
show pcc-af sessions summary all service pccAF1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show pcc-policy service
This command displays the statistical and configuration information of configured PCC-Policy services configured in a context.
Product
IPCF
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show pcc-policy service [ statistics] { all | name pcc_plcy_svc_name | summary } [ | { grep grep_options | more } ]
all
all: indicates information is to be displayed for all configured PCC-Policy services.
name pcc_plcy_svc_name
Indicates information is to be dislayed for the PCC-Policy service specified by pcc_plcy_svc_name.
pcc_plcy_svc_name must be the name of an existing PCC-Policy service in the current context from 1 to 79 alphanumeric characters.
statistics
This optional keyword displays the statistical information of an specific or all PCC-Policy services configured in a context.
summary
This keyword displays the summarized output of this command.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in CLI Overview chapter of the Command Line Interface Reference.
Usage
Use this command to display the statistical and configuration information of configured PCC-Policy services configured in a context.
Display can further be filtered for specific PCC-Policy service name or summarized output of the command.
Example
The following command displays the information for the PCC-Policy service named pcc_policy1 in summarized output:
show pcc-policy service name pcc_policy1 summary
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show pcc-policy session
This command displays active/dormant session information about PCC-Policy service instances configured and running on this system based on different filter criteria.
Product
IPCF
Privilege
Inspector
Syntax
show pcc-policy sessions [ full | summary ] [ all ] [ apn | call-id call_id | imsi imsi_id | ip-address pcc_pcef_ip_address | service pcc_plcy_svc_name ] ] [ | { grep grep_options | more } ]
full
This keyword is used to display full information for a specific registered IP Connectivity Access Network (IP-CAN) session(s) on a PCC-Policy service instance running on system. Display can be filtered based on given filtering criteria.
summary
This keyword is used to display summarized information for a specific registered IP-CAN session(s) on a PCC-Policy service instance running on system. Display can be filtered based on given filtering criteria.
all
This keyword is used to display summarized or full information for all registered IP-CAN session(s) on a PCC-Policy service instance running on system. Display can be filtered based on given filtering criteria.
apn apn_name
Displays information for PCC-Policy service sessions connected via the APN, defined by apn_name. The APN must have been previously configured.
apn_name is name of a pre-configured APN at PCEF.
imsi imsi_id
This keyword is used to display summarized or full information for IP-CAN session(s) based on the International Mobile Subscriber Identity (IMSI) of a subscriber in a PCC-Policy service instance.
imsi_id is the IMSI and must be a 15-character field which identifies the subscriber’s home country and carrier.
ip-address pcc_pcef_ip_address
This keyword is used to filter the full or summarized session statistics display of IP-CAN session(s) based on the IP address of the registered PCEF node. pcc_pcef_ip_address on a PCC-Policy service instance.
pcc_pcef_ip_address is an IP address expressed in IPv4 dotted-decimal or IPv6 colon-seprated notation.
call-id call_id
This keyword is used to filter full or summarized session statistics display for an IP-CAN session(s) based on the registered call id in a PCC-Policy service instance.
call_id must be an existing call identifier in the IP-CAN session subscriber expressed in 8-digit hexadecimal format.
pcc-policy-service pcc_plcy_svc_name
This keyword is used to filter the session statistics display of registered IP-CAN session(s) based on the PCC-Policy service name pcc_plcy_svc_name configured and running on this system.
pcc_plcy_svc_name must be an existing PCC-Policy service from 1 to 63 alphanumeric characters.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in Command Line Interface Overview chapter of the Command Line Interface Reference.
Usage
Use this command to view the session statistics for all or a specific registered IP-CAN session(s) for PCC-Policy services configured and running on this system.
Example
The following command displays summarized session statistics for all registered IP-CAN sessions on the PCC-Policy service named pccPolicy1:
show pcc-policy sessions summary all service pccPolicy1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show pcc-service
This command displays the configuration information for Policy and Charging Control (PCC) services configured in a context.
Product
IPCF
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show pcc-service { summary | all | service-name pcc_svc_name } [ | { grep grep_options | more } ]
all
all: indicates information is to be displayed for all configured PCC services.
service-name pcc_svc_name
Indicates information is to be displayed for the PCC service specified with pcc_svc_name.
pcc_svc_name must be the name of an existing PCC service in the current context from 1 to 79 alphanumeric characters.
summary
This keyword displays the summarized output of this command.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in CLI Overview chapter of the Command Line Interface Reference.
Usage
Use this command to display statistical and configuration information for configured PCC services in a context.
Display can further be filtered for a specific PCC- service name.
Example
The following command displays the information for the PCC service named pcc_svc1:
show pcc-service service-name pcc_svc1 summary
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show pcc-service session
This command displays active/dormant session information about Policy and Charging Control (PCC) service instances configured and running on this system based on different filter criteria.
Product
IPCF
Privilege
Inspector
Syntax
show pcc-service sessions [ full | summary ] [ all ] [ call-id call_id | instance instance_id | service-name pcc_svc_name ] ] [ | { grep grep_options | more } ]
full
This keyword is used to display full information for a specific registered IP Connectivity Access Network (IP-CAN) session(s) in a PCC service instance running on system. Display can be filtered based on given filtering criteria.
summary
This keyword is used to display summarized information for a specific registered IP-CAN session(s) in a PCC service instance running on system. Display can be filtered based on given filtering criteria.
all
This keyword is used to display summarized or full information for all registered IP-CAN sessions on a PCC service instance running on system. Display can be filtered based on given filtering criteria.
instance instance_id
This keyword is used to display summarized or full information for an IP-CAN session(s) based on the PCC service instance identifier as instance_id on an IPCF/PCRF node.
instance_id is the identifier of PCC service instance on IPCF/PCRF node and must be an integer from 1 through 512.
service-name pcc_svc_name
This keyword is used to filter the session statistics display of registered IP-CAN session(s) based on the PCC service name pcc_svc_name configured and running on this system.
pcc_svc_name must be an existing PCC service from 1 to 63 alphanumeric characters.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in Command Line Interface Overview chapter of the Command Line Interface Reference.
Usage
Use this command to view session statistics for all or a specific registered IP-CAN session(s) in PCC services configured and running on this system.
Example
The following command displays summarized session statistics for all registered IP-CAN sessions in the PCC service named pccsvc1:
show pcc-service sessions summary service-name pccsvc1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show pcc-service statistics
This command displays the statistical information for Policy and Charging Control (PCC) services configured in a context.
Product
IPCF
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show pcc-service statistics { all | service-name pcc_svc_name [ profile-name pcc_profile_name ] } [ | { grep grep_options | more } ]
all
all: indicates statistical information is to be displayed for all configured PCC services on a system.
service-name pcc_svc_name
Indicates information is to be displayed for the PCC service specified with pcc_svc_name. It can be further filtered with by the PCC profile name pcc_profile_name used in an IP-CAN session.
pcc_svc_name must be the name of an existing PCC service in the current context from 1 to 79 alphanumeric characters.
profile-name pcc_profile_name
Indicates information is to be displayed for the PCC service using the specified PCC profile named pcc_profile_name in an IP-CAN session.
pcc_profile_name must be the name of an existing PCC profile used in the PCC service.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in CLI Overview chapter of the Command Line Interface Reference.
Usage
Use this command to display the statistical information for PCC services configured in a context.
Display can further be filtered for a specific Profile name used in a session.
Example
The following command displays the information for the PCC service named pcc_svc1 using PCC profile named pcc_profile_default:
show pcc-service statistics service-name pcc_svc1 profile-name pcc_profile_default
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show pcc-sp-endpoint
This command displays statistical and configuration information for a configured PCC Sp-Endpoint instance in a context.
Product
IPCF
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show pcc-sp-endpoint [ statistics ] [ all | name sp_endpt_name ] [ | { grep grep_options | more } ]
all
all: indicates statistical information is to be displayed for all configured PCC Sp-Endpoint instances on a system.
name sp_endpt_name
Indicates information is to be displayed for the PCC Sp-Endpoint instance specified with sp_endpt_name.
sp_endpt_name must be the name of an existing PCC Sp-Endpoint instance in the current context from 1 to 79 alphanumeric characters.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in CLI Overview chapter of the Command Line Interface Reference.
Usage
Use this command to display statistical information for a configured PCC Sp-Endpoint instance in a context.
Display can further be filtered for a specific PCC Sp-Endpoint instance used in a session.
Example
The following command displays statistical information for the PCC Sp-Endpoint instance named Sp_Intf1:
show pcc-sp-endpoint statistics name Sp_Intf1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show pcc-sp-endpoint connection
This command displays statistical and configuration information for an Sp interface connection in a PCC Sp-Endpoint instance.
Product
IPCF
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show pcc-sp-endpoint connection [ all | name sp_endpt_name [ peer sp_peer_name ] ] [ | { grep grep_options | more } ]
all
all: indicates the statistical information is to be displayed for all configured PCC Sp-Endpoint instances on a system.
name sp_endpt_name
Indicates information is to be displayed for the PCC Sp-Endpoint instance specified with sp_endpt_name. It can further be filtered with an Sp Endpoint peer (SSC/SPR) name ssc_name used for the IP Connectivity Access Network (IP-CAN) session.
sp_endpt_name must be the name of an existing PCC Sp-Endpoint instance in the current context and must be from 1 to 79 alphanumeric characters.
peer ssc_name
Indicates information only for the PCC Sp-Endpoint instance using specified SSC/SPR as peer for IP-CAN session.
ssc_name must be the name of an existing Subscriber Service Controller/Subscriber Profile Repository (SSC/SPR) node used by the Sp Endpoint interface.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section in CLI Overview chapter of the Command Line Interface Reference.
Usage
Use this command to display statistical information for Sp interface connections in PCC Sp-Endpoint instances.
Display can further be filtered for a specific peer name (SSC/SPR).
Example
The following command displays the Sp interface connection related statistical information for the PCC Sp-Endpoint instance named Sp_Intf1 using peer name SSC1:
show pcc-sp-endpoint connection name Sp_Intf1 peer SSC1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show pdg-service
Displays configuration information about Packet Data Interworking Function (PDIF) services configured on the system.
Product
PDG/TTG
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show pdg-service { all | name service_name }
all
Displays information for all configured Packet Data Gateway/Tunnel Termination Gateway(PDG/TTG) services.
name service_name
Displays information for the specified PDG service only.
service_name must be the name of an existing PDG service in the current context from 1 to 63 alphanumeric characters.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to display information for PDG services.
Example
The following command displays available information for all active PDG services:
show pdg-service all
 
show pdg-service statistics
Displays statistics for the Packet Data Gateway/Tunnel Termination Gateway (PDG/TTG) since the last restart or clear command. The output includes the number of each type of of Extensible Authentication Protocol (EAP) messages.
Product
PDG/TTG
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show pdg-service statistics [ name service_name | peer-address ipv4_address ]
name service_name
Displays statistics for the specified PDG service.
service_name must from 1 to 63 alphanumeric characters.
peer-address ipv4_address
Displays statistics for a specific subscriber with the specified WLAN IPv4 address.
ipv4_address must be entered in IPv4 dotted-decimal notation.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to display PDG service statistics.
Example
The following command displays statistics for all active PDG services:
show pdg-service statistics
 
show pdif-service
Displays configuration information about Packet Data Interworking Function (PDIF) services configured on the system.
Product
PDIF
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show pdif service { all [ counters ] | name name [ counters ] | statistics [ name name | peer-address address ] } [ | { grep grep_options | more } ]
all [ counters ]
Displays configuration information and statistical counters for all PDIF services in the system.
name name [ counters ]
Displays configuration information and statistical counters for a specified PDIF service in the system. name must be an existing PDIF service from 1 to 63 alphanumeric characters.
statistics [ name name | peer-address address ]
name name: Displays service statistics for a specific PDIF service. name must be an existing PDIF service from 1 to 63 alphanumeric characters.
peer-address address: Displays service statistics for a specifid peer server. address must be specified in IPv4 dotted-decimal notation.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to display configuration information and statistics about PDIF services on the system.
Example
The following example displays configuration information about a PDIF service named pdif23:
show pdif service name pdif23
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show pdsn-service
Displays information for configured packet data services in the current context.
Product
PDSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show pdsn-service { all | name pdsn_name } [ pcf-status [ address ip_address | filter [ all | icmp-monitored | no-calls | summary | up ] ] ] [ | { grep grep_options | more } ]
all | name pdsn_name
all: indicates information is to be displayed for all configured packet data services.
name pdsn_name: indicates information only for the specified PDSN service is to be displayed. pdsn_name must be the name of an existing PDSN service in the current context from 1 to 79 alphanumeric characters.
pcf-status [ address ip_address | filter [ all | icmp-monitored | no-calls | summary | up ] ]
pcf-status: This keyword by itself lists summary information for all Packet Control Functions (PCFs).
address ip_address: Only list information for the PCF with the specified IP address. ip_address must be specified in IPv4 dotted-decimal notation.
filter: Filter the output so only the specified information is displayed. If a filter is specified with no keywords, summary information for all PCFs is displayed.
all: Show information for all the PCFs
icmp-monitored: Show information only for PCFs which are ICMP monitored
no-calls: Show information only for PCFs which have no active sessions
summary: Show only a summary of the status of the PCFs
up: Show information only for PCFs which are alive
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Show the PDSN service information for standard system monitoring or troubleshooting.
Example
The following will display the information for sampleService and for all configured services, respectively:
show pdsn-service all
show pdsn-service name sampleService
 
show pgw-service
Displays configuration information for PDN Gateway (P-GW) services on this system.
Product
P-GW
Privilege
Inspector
Syntax
show pgw-service { all | name service_name | statistics { all | name service_name } [ verbose ] } [ | { grep grep_options | more } ]
all
Displays configuration information for all P-GW services configured on this system.
name service_name
Displays configuration information for a specific P-GW service configured on this system.
service_name must be an existing P-GW service from 1 to 63 alphanumeric characters.
statistics { all | name service_name } [ verbose ]
Displays P-GW service statistics.
all: Displays statistics for all P-GW services on the system.
name service_name: Displays statistics for a specific P-GW service. name must be an existing P-GW srvice from 1 to 63 alphanumeric characters.
If verbose is also specified, the information is dispayed in more detail.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to view configuration information for P-GW services on this system.
Example
The following command displays service statistics for the P-GW service named pgw1:
show pgw-service name pgw1
 
show port
Displays information on configured parameters and operatioal statistics for physical and logical ports in the system.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show port { datalink counters [ slot/port ] | info { slot/port } [ vlan vlan_id ] | npu counters [ slot/port [ tagged | untagged | vlan tag_id ] ] | table | utilization table } [ | { grep grep_options | more } ]
datalink counters slot/port
Display the information for all data links or only the one specified by slot/port. slot/port must refer to a previously configured port.
info { slot/port } [ vlan vlan_id ]
Display detailed information for all ports within the chassis or only the one specified by slot/port. slot/port must refer to a previously configured port.
vlan vlan_id: Display detailed information about all Virtual Local Area Networks (VLANs) in the port/slot. If the optional vlan_id is not specified, it will show port information for all VLANs in slot/port.
npu counters [ slot/port [ tagged | untagged | vlan tag_id ] ] | bound | unbound ]
Display the information for Network Processing Unit (NPU) ports. The information for all ports is output or only the one specified by slot/port. slot/port must refer to a previously configured port.
tagged: Display stats for all tagged packets.
untagged: Display statistics for all untagged packets.
vlan tag_id: Display NPU counters for a specified VLAN. tag_id must be the VLAN tag ID of a previously configured VLAN.
bound: Displays individual and cumulative NPU port counters for the bound ports within the current context. If the command is invoked in the local context, all of the bound ports for all contexts and cumulative counter values for all contexts are displayed.
unbound: Displays individual and cumulative NPU port counters for all unbound ports within system.
table
Displays information for all physical ports on rear-installed cards ith physical interfaces.
utilization table
Show average port utilization in Mbps. The output is a table that lists the current utilization average, a 5-minute average, and a 15-minute average, for all enabled ports.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Display port information for troubleshooting of network communications by viewing statistics and configuration information for physical ports.
Example
The following displays detailed information for port 1 in slot 17:
show port info 17/1show port table
The following displays information for the data link port 33/1:
show port datalink counters 33/1
show port npu counters 33/1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show power
Displays information about installed cards with power applied.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show power [ all | chassis | card_num ] [ | { grep grep_options | more } ]
all | chassis | card_num ]
Default: chassis
all: indicates power information for all cards is to be displayed.
chassis: indicates the chassis power source(s) are to be displayed.
card_num: specifies a single card for which power information is to be displayed. card_num must be a value in the range 1 through 48.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
View power source information to quickly check the power for all cards within a chassis.
note_smallImportant: On some platforms, only show power is supported with no other keywords or variables.
Example
The following displays power supply status for the chassis.
show power
The following command displays the power status for all slots
show power all
 
show ppp
Displays the point-to-point protocol (PPP) information, detailed or summarized, for one or all connections by the use of filtering options.
Product
PDSN, GGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show ppp { [ counters | full | summary ] { all | callid call_id | imsi id | msid ms_id | username user_name } | statistics [ pcf-address [ pcf_ip_addr | all ] | pdsn-service pdsn_name ] } [ | { grep grep_options | more } ]
counters | full | summary
Provides an optional modifier to the output for the level and type of information.
counters: indicates that PPP statistics are to be displayed.
full: indicates all available information is to be displayed.
summary: indicates only a summary of available information is to be displayed.
all | callid call_id | imsi imsi_id | msid ms_id | username user_name } ]
all: indicates all available information is to be displayed.
callid call_id: indicates the PPP information only for the call specified by call_id is to be displayed. call_id must be specified as a 4-digit hexadecimal number.
imsi id: specifies that PPP information only for the subscriber with the specified id be displayed. The IMSI (International Mobile Subscriber Identity) id is a 15-character field which identifies the subscriber’s home country and carrier.
msid ms_id: specifies a mobile subscriber ID for which information is to be displayed. ms_id must be from 7 to 16 digits specified as an IMSI, MIN, or RMI.
username user_name: specifies a user for which PPP information is to be displayed where the user is specified as user_name.
statistics [ pcf-address [ pcf_ip_addr | all ] | pdsn-service pdsn_name ]
Statistics for all packet data services is displayed.
pcf-address [ pcf_ip_addr | all ] : Display statistics only for the time the session is connected to the specified PCF (Packet Control Function) or for all PCFs. pcf_ip_addr must be specified using IPv4 dotted-decimal notation.
pdsn-service pdsn_name: Display statistics only for the service specified by pdsn_name. pdsn_name must be from 1 to 63 alphanumeric characters.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
View Point-to-Point Protocol information to support troubleshooting subscriber connections by viewing information on PPP connections for a specific subscriber.
Example
The following displays the PPP summary for all connections.
show ppp summary all
The following outputs the point-to-point detailed information for the user user1.
show ppp full username user1
The following command displays the standard information for the call with ID FF0E11CD.
show ppp callid ff0e11cd
The following command displays the PPP statistics for pdsn1.
show ppp statistics pdsn-service pdsn1
The following command provides summarized information for the PPP statistics.
show ppp
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show prepaid 3gpp2
This command displays prepaid accounting information for all services or only the service specified.
Product
PDSN, GGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show prepaid 3gpp2 statistics all [ | { grep grep_options | more } ]
show prepaid 3gpp2 statistics { ggsn-service | ha-service | lns-service | pdsn-service { all | name service_name } [ | { grep grep_options | more } ]
show prepaid 3gpp2 statistics per-service-summary } [ | { grep grep_options | more } ]
all
This keyword displays prepaid statistics for all services.
ggsn-service
Display statistics for GGSN service(s).
ha-service
Display statistics for HA service(s).
lns-service
Display statistics for LNS service(s).
pdsn-service
Display statistics for PDSN service(s).
{ all | name service_name }
all: Display statistics for all services of the specified type.
name service_name: Display statistics for the service named service_name of the specified service type.
per-service-summary
Displays prepaid statistics per service summary for all services.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Displays Pre-paid statistics for a particular named service or for all services.
Example
To display statistics for a PDSN service named PDSN1, enter the following command:
show prepaid 3gpp2 statistics pdsn-service name PDSN1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show prepaid wimax
This command displays prepaid WiMAX accounting information for all services or only the service specified.
Product
ASN-GW
Privilege
Inspector
Syntax
show prepaid wimax statistics { all | asngw-service { all | name service_name } | ha-service { all | name service_name } | per-service-summary } [ | { grep grep_options | more } ]
all
This keyword displays prepaid statistics for all services.
asngw-service
Displays prepaid statistics for Access Service Network-Gateway (ASN-GW) service(s).
ha-service
Displays prepaid accounting statistics for Home Agent (HA) service(s).
{ all | name service_name }
all: Display statistics for all services of the specified type.
name service_name: Display statistics for the service named service_name of the specified service type.
per-service-summary
Displays prepaid statistics per service summary for all services.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to display prepaid WiMAX accounting statistics for named service or for all services.
Example
The following command displays prepaid WiMAX accounting statistics for an ASN-GW service named asn1:
show prepaid wimax statistics asngw-service name asn1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show profile-id-qci-mapping
Displays QoS Class Identifier-Radio Access Network (QCI-RAN) mapping tables configured on this system.
Product
HSGW
Privilege
Inspector
Syntax
show profile-id-qci-mapping table { all | name table_name } [ | { grep grep_options | more } ]
all
Displays information for all QCI-RAN mapping tables configured on this system.
name table_name
Displays information for a QCI-RAN mapping tables configured for a specific QCI-RAN table on this system.
table_name must be an existing QCI-RAN table from 1 to 63 alphanumeric characters.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to display the contents of a specific QCI-RAN mapping table or all mapping tables configured on this system.
Example
The following command displays the contents of a QCI-RAN mapping table named table1:
show profile-id-qci-mapping table name table1
 
 

Cisco Systems Inc.
Tel: 408-526-4000
Fax: 408-527-0883